home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Backup, Restoration & File Management / DriverMax 4.7 / drivermax.exe / install_script.iss
Text File  |  2008-11-10  |  6KB  |  101 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=DriverMax
  5. AppVerName=DriverMax 4
  6. AppId=DMX4
  7. AppPublisher=Innovative Solutions
  8. AppPublisherURL=http://www.innovative-sol.com/
  9. AppSupportURL=http://www.innovative-sol.com/
  10. AppUpdatesURL=http://www.innovative-sol.com/
  11. DefaultDirName={pf}\Innovative Solutions\DriverMax
  12. DefaultGroupName=DriverMax
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. LicenseFile=embedded\License.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\stop_dmx.exe"; DestDir: "{app}"; AfterInstall: "KillDevices"; Flags: ignoreversion 
  21. Source: "{app}\Readme\license.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  22. Source: "{app}\Readme\driver_updates.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  23. Source: "{app}\Readme\agreement.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  24. Source: "{app}\devices.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\devices_agent.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\loading_bar.avi"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\DPInst\x86\dpinst.exe"; DestDir: "{app}\DPInst\x86"; Flags: ignoreversion 
  28. Source: "{app}\DPInst\amd64\dpinst.exe"; DestDir: "{app}\DPInst\amd64"; Flags: ignoreversion 
  29. Source: "{app}\DPInst\ia64\dpinst.exe"; DestDir: "{app}\DPInst\ia64"; Flags: ignoreversion 
  30. Source: "{app}\Reports\Devices\custom_image.jpg"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  31. Source: "{app}\Reports\Devices\installed_devices_report.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  32. Source: "{app}\Reports\Devices\installed_devices_report.txt"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  33. Source: "{app}\Reports\Devices\installed_devices_template.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  34. Source: "{app}\Reports\Devices\sigla2.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  35. Source: "{app}\Reports\Devices\susdr.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  36. Source: "{app}\Reports\Devices\suslinie.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  37.  
  38. [Dirs]
  39. Name: "{app}\Drivers"; 
  40.  
  41. [Registry]
  42. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax\DriverMaxAgent"; Flags: uninsdeletekey deletekey noerror 
  43. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "DriverMax"; ValueType: String; Flags: uninsdeletevalue deletevalue 
  44. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax\DriverMaxAgent\Downloads"; Flags: uninsdeletekey 
  45. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax"; ValueName: "chkAgentEnabledCheck"; ValueType: Dword; ValueData: "$1"; Flags: deletevalue 
  46.  
  47. [INI]
  48. FileName: "{app}\dmx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.innovative-sol.com"; 
  49.  
  50. [Run]
  51. Filename: "{app}\devices.exe"; Parameters: "-RND"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  52. Filename: "{app}\devices.exe"; Parameters: "-DATE"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  53. Filename: "{app}\devices.exe"; Parameters: "-DATE_LAST"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  54. Filename: "{app}\devices.exe"; Parameters: "-ASSOCIATE"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  55. Filename: "{app}\devices.exe"; Parameters: "-GENARCH"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; Flags: skipifsilent 
  56. Filename: "{app}\devices.exe"; Description: "Launch DriverMax"; Flags: postinstall skipifsilent nowait
  57. Filename: "{app}\devices.exe"; Parameters: "-SITE"; Description: "Open the DriverMax web page"; Flags: postinstall skipifsilent 
  58.  
  59. [UninstallRun]
  60. Filename: "{app}\stop_dmx.exe"; Parameters: "/STOP"; WorkingDir: "{app}"; 
  61.  
  62. [Icons]
  63. Name: "{group}\DriverMax"; Filename: "{app}\devices.exe"; 
  64. Name: "{group}\Other products by Innovative Solutions"; Filename: "{app}\dmx.url"; 
  65. Name: "{userdesktop}\DriverMax"; Filename: "{app}\devices.exe"; Tasks: desktopicon; 
  66. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DriverMax"; Filename: "{app}\devices.exe"; Tasks: quicklaunchicon; 
  67. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  68.  
  69. [Tasks]
  70. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  71. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  72.  
  73. [InstallDelete]
  74. Type: files; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\*.dmx-info"; 
  75. Type: files; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\log_v1.log"; 
  76.  
  77. [UninstallDelete]
  78. Type: files; Name: "{app}\dmx.url"; 
  79. Type: filesandordirs; Name: "{app}\Drivers"; 
  80. Type: filesandordirs; Name: "{app}\Reports"; 
  81. Type: filesandordirs; Name: "{app}\Details"; 
  82. Type: files; Name: "{app}\log.txt"; 
  83. Type: files; Name: "{app}\*.zip"; 
  84. Type: filesandordirs; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\Downloded Drivers"; 
  85.  
  86. [CustomMessages]
  87. default.NameAndVersion=%1 version %2
  88. default.AdditionalIcons=Additional icons:
  89. default.CreateDesktopIcon=Create a &desktop icon
  90. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  91. default.ProgramOnTheWeb=%1 on the Web
  92. default.UninstallProgram=Uninstall %1
  93. default.LaunchProgram=Launch %1
  94. default.AssocFileExtension=&Associate %1 with the %2 file extension
  95. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  96.  
  97. [Languages]
  98. ; These files are stubs
  99. ; To achieve better results after recompilation, use the real language files
  100. Name: "default"; MessagesFile: "embedded\default.isl"; 
  101.